home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / xeno / XInfoNodes26.lha / X_InfoNodesTool / English_Doc&Files / XInfoNodes.CFG next >
Text File  |  1998-02-07  |  3KB  |  96 lines

  1. #====================
  2. # InfoNodes 2.6
  3. # Configuration File
  4. #====================
  5.  
  6. #-------
  7. # DEBUG            : Keyword debugging the configuration file. All functions
  8. #-------             not activated by a keyword are automatically displayed.
  9.  
  10. DEBUG "0"          ; Nothing will be displayed.
  11. #DEBUG "1"         ; Missing keywords are displayed (default settings).
  12.  
  13.  
  14. #----------
  15. # REALNAME         : Keyword defining if realnames or nicknames are used.
  16. #----------
  17.  
  18. #REALNAME "0"      ; Nicknames are used.
  19. REALNAME "1"       ; Realnames are used.
  20.  
  21.  
  22. #------------------
  23. # NOUSERX (X=ZAHL) : Users whose login will not be displayed.
  24. #------------------
  25.  
  26. # NOUSER0 "Sysop"  ; Sysop's logins are not displayed.
  27. # NOUSER1 "Guest"  ; Logins by guests are not displayed.
  28. # NOUSER2 "Jann Six" ; Logins by user Jann Six are not displayed.
  29.  
  30.  
  31. #----------------
  32. # NODEX (X=NODE)   : Only on these nodes logins are displayed.
  33. #----------------    Default: all nodes active.
  34.  
  35. # NODE0 "0"        ; Node 0 off.
  36. NODE1 "1"          ; Node 1 on.
  37. NODE2 "1"          ; Node 2 on.
  38.  
  39.  
  40. #---------
  41. # CALLALL          : Notification of other nodes.
  42. #---------
  43.  
  44. # CALLALL "0"      ; None of the other nodes are informed.
  45. CALLALL "1"        ; All nodes are automatically informed.
  46.  
  47.  
  48. #----------
  49. # CALLTEXT         : Text being displayed when calling. Insert | for return.
  50. #----------          Note: CALLALL has to be active.
  51. #
  52.  
  53. CALLTEXT "-> %s logged in at %s on line %d.|   Hit [K] in mainmenu to go for a chat.|"
  54.  
  55.  
  56. #----------
  57. # CALLSELF         : Notification of new user about the users already being
  58. #----------          online.
  59.  
  60. # CALLSELF "0"     ; None of the online users are displayed.
  61. CALLSELF "1"       ; All users are displayed to the new user.
  62.  
  63.  
  64. #----------
  65. # NODETEXT         : Text being displayed to a new user. Insert | for return.
  66. #----------          Note: CALLSELF has to be active.
  67. #
  68.  
  69. NODETEXT "-> User %s is online on line %d.|   Hit [K] in mainmenu to go for a chat.|"
  70.  
  71.  
  72. #------------------
  73. # CALLMULTICHATTER : Users can be informed by a special text when someone
  74. #------------------  is using XMultichatter.
  75. #
  76.  
  77. # CALLMULTICHATTER "0" ; No text at all.
  78. CALLMULTICHATTER "1"   ; A special text will be sent.
  79.  
  80.  
  81. #-----------
  82. # MULTITEXT        : Text being displayed to a new user. Insert | for return.
  83. #-----------         Note: CALLMULTICHATTER has to be active.
  84.  
  85. MULTITEXT "-> User %s just joint Multichatter on line %d.|   Hit [K] in mainmenu to go for a chat.|"
  86.  
  87.  
  88. #-------
  89. # DELAY            : Updatetime for refresh in 1/50 secs. 
  90. #-------             Infonodes stays active during this time.
  91. #                    A good value is 100.
  92.  
  93. DELAY "100"
  94.  
  95.